From a93c0140b18d37f5e733bfd11b985c229495d391 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Tue, 3 Mar 2026 14:19:26 +0000 Subject: [PATCH] * Add back WebCore, WebGLExporter and WebPython modules for future use within trame and pyvista. --- debian/changelog | 8 ++++++++ debian/copyright | 1 - debian/rules | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c17ff1e49..0e4a919ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vtk9 (9.5.2+dfsg3-9) UNRELEASED; urgency=medium + + * Team upload. + * Add back WebCore, WebGLExporter and WebPython modules for future use + within trame and pyvista. + + -- Francesco Ballarin Tue, 03 Mar 2026 14:04:32 +0000 + vtk9 (9.5.2+dfsg3-8) unstable; urgency=medium * Team upload. diff --git a/debian/copyright b/debian/copyright index 1f0ca1837..0663d3a64 100644 --- a/debian/copyright +++ b/debian/copyright @@ -25,7 +25,6 @@ Files-Excluded: ThirdParty/tiff/vtktiff ThirdParty/utf8/vtkutf8 ThirdParty/zlib/vtkzlib - Web Files: * Copyright: 1993-2015 Ken Martin, Will Schroeder, Bill Lorensen, diff --git a/debian/rules b/debian/rules index 5a40cd2b4..7eff996d6 100755 --- a/debian/rules +++ b/debian/rules @@ -109,6 +109,12 @@ extra_flags += \ -DVTK_MODULE_ENABLE_VTK_RenderingParallel=WANT \ -DVTK_MODULE_ENABLE_VTK_RenderingVolumeAMR=WANT +# modules required by trame +extra_flags += \ + -DVTK_MODULE_ENABLE_VTK_WebCore:STRING=YES \ + -DVTK_MODULE_ENABLE_VTK_WebGLExporter:STRING=YES \ + -DVTK_MODULE_ENABLE_VTK_WebPython:STRING=YES \ + # 32-bit architectures don't support all features ifeq ($(DEB_HOST_ARCH_BITS),32) # ParaView::RemotingViews optionally uses VTK::vtkviskores -- 2.30.2